{% for row in data %} {% endfor %}
Course Name Instructor Name Paid
{{row[0]}} {{row[1]}} {% if row[2] == 1 %} Yes {% else %} No {% endif %}